home *** CD-ROM | disk | FTP | other *** search
/ QuickTime 1.0 for Developers / QuickTime 1.0 for Developers.iso / Goodies / Anim2Movie / Anim2Movie.README < prev   
Text File  |  1991-09-06  |  8KB  |  105 lines

  1. ANIM2MOVIE
  2.     brought to you by Libby Patterson
  3.     with lots of help from Sean Callahan                                                                        
  4.  
  5. What it does
  6.  
  7. Anim2Movie is an unsupported QuickTime[tm] utility to convert animations and sounds of many formats to QuickTime movies for playback on your Mac. Right now it converts images in PICS, RGB raw, scrapbook, or PICT format and sounds in  AIFF or snd resource format. The program will read in your sequence of images, compress them, using compression techniques and parameters of your selection, and save them as a QuickTime movie file. You can add sounds to your images. You can also open existing movie files and add soundsor replace the existing soundtrack.  You can also make "slideshows". Movie files created with this application can be played back using the MoviePlayer application.
  8.  
  9. Instructions
  10.  
  11. Basic instructions: Make the settings such as the compression options, scaling, etc that you want. Then open the image data and sound data. When everything is as you want it,  use SAVE AS MOVIE to write it out to a QuickTime movie file.
  12.  
  13.  
  14. File Menu
  15.  
  16.         * Open PICT, Open PICS, Open RGB, Open Scrapbook
  17. Open the file you want to compress. If you open a PICS file, all the images for the sequence are in the one file. For PICT and RGB raw files, it will read in a sequence of files. Name your files name.n, name.n+1, name.n+2, etc. When you select the open option on the menu, pick the first PICT or RGB in your sequence, and it will automatically find all the successive frames in the same folder for this sequence. 
  18. Each image in the sequence should have the same dimensions, or it will not accept it. Numbers at the end of the names may have leading 0's as long as the total number of digits does not exceed 4. For RGB images, it expects 24 bit data, and asks you for the image dimensions. If the dimensions don't match the size of the file, it will beep and let you try again. 
  19.  
  20.         * Open Movie
  21. Open an existing movie file. It will display the first frame of the first video track. The settings (compression options, dither, scaling) do NOT affect an open movie.
  22.  
  23.     * Close
  24. Close the open image (PICT, PICS, Srapbook, RGB, or Movie) file. This allows you to reset the settings or open a new image file.
  25.  
  26.     * Save as Movie
  27. This will save the currently open images and sound to a movie file, which can then be played back using MoviePlayer. Each frame will appear on your screen as it's being processed. The currently selected compression technique, frame rate, scaling factor, etc will be used for this movie, as well as the most recently opened sound and image files.
  28.  
  29.  
  30. Settings Menu
  31.  
  32. The settings affect any subsequently open image files except movies. The settings are chosen before opening an image file, and will remain in effect until they are changed again.
  33.  
  34.     * Compression
  35. The compression options do not affect a movie, just the other image types.
  36.  
  37.                 * Method
  38. The compression algorithm that is run on your images.
  39.  
  40.                 * Color Space
  41. The available color space is determined by which compression method you choose. This refers to the color space in the resulting movie.
  42.  
  43.             * Spatial Quality
  44. Higher quality mean the resulting movie looks better, but takes up more disk space, and possibly plays back slower. The available settings are determined by the choice of compression method.
  45.  
  46.             * Temporal Quality
  47. If this is checked, then the compression will use interframe coding. The quality setting controls the quality of compression on the temporal scale. Lower quality means the fast motion will suffer artifacts. The available settings are determined by the choice of compression method.
  48.  
  49.             * Max Frame Rate
  50. This is how many frames/second are stored in the movie file. The playback attempts to achieve this rate, and will drop or add frames to compensate.
  51.  
  52.             * Keyframe Rate
  53. If you're using temporal compression, this controls how often keyframes are inserted. Key frames are encoded without useing the previous frame. Non key frames are encoded using differences from the previous frame. The number you select indicates how many non key frames between each key frame.
  54.  
  55.     * Scaling
  56. Select the % to scale your images by before they are turned into a movie. If the averaging option is checked, then the scaling is done using filtering. 
  57.  
  58.     * Dithering
  59. If dithering is checked, then the converion of your images from their original depth to the depth of compression is done using dithering.
  60.  
  61.  
  62. Sound Menu
  63.  
  64.     * Add sound
  65. Select an AIFF file or a file that has a snd resource attached. If you pick a file without a snd resource, the dialog will keep coming back until you pick a valid one or cancel. The open sound will be added to the movie when you "Save as movie".
  66.  
  67.     * Replace existing sound
  68. If you have a movie file open, this option will be available. When checked, any existing sound tracks in the movie will be deleted and the new sound track will be inserted. If it's not checked, then the new sound track will be in addition to any existing sound tracks.
  69.  
  70.     * Shift sound
  71. Shift the starting point of your sound so it starts before or after your movie. Type in the number of seconds. A negative number will start the sound before the video; a positive number will start the sound after the video
  72.  
  73.     * Close sound
  74. Close the currently open sound.
  75.  
  76.  
  77. Slideshow Menu
  78.  
  79. A slideshow is a sequence of images with varying time durations between them. (with or without a sound track).
  80.  
  81.     * Start slideshow
  82. This brings up a dialog, which lets you select a sequence of PICT files. You specify for each how long it is to appear, giving you a slideshow. In the dialog box you select your image by clicking on the image box. Type in a duration for this image in seconds (which must be greater than 0). This is how long you want the current slide to play. 
  83.  
  84. Once the image and a valid duratione have been selected, hit the "Done Slide" button, and that slide is done. The "done Slide" button will then grey out and you can start preparing the information for the next slide. The slide number you are working on is displayed at the top of the dialog box. It won't let you "done slide" until you have a time duration which is greater than 0 and a valid image file. (Each image file in the slide sequence must be of the same dimensions).  If you can't  hit the "done slide" button it is because either you chose an image file which held an image of dimensions different from the other images in the sequence, or you did not specify a non-zero duration.
  85.  
  86. When you are done specifying all of your slides, hit OK. If you hit cancel, your information is lost. Once you have hit OK, this information will be remembered and written out the next time you "Save as Movie". Again, all the settings and the current sound will be included when you save a movie.
  87.  
  88.     * Close slideshow
  89. This cancels the currently specified slideshow, freeing you to make another one, or to open PICT or PICS for use in a movie.
  90.  
  91.  
  92. Warnings &Limitations
  93.  
  94. * There are no alerts. If you do something wrong (like open a non-image file when you ask for a RGB), the program just quits or puts you in the debugger.
  95.  
  96. * You can open a PICT and RGB with filetype 'TEXT' or '????' to allow flexiblity if you obtained your PICT or RGB from a home-grown conversion program. Don't try to open something that's not really the right kind of image. The program will bomb.
  97.  
  98. * The settings do not affect an open movie.
  99.  
  100. * The sound is not interleaved with the image data.
  101.  
  102. * Once you save as movie, the process cannot be stopped until the movie is done.
  103.  
  104.  
  105.